Packages

c

com.fsf.news.renderer

NewsRenderer

class NewsRenderer extends AnyRef

Renderer for news-related HTML content.

Annotations
@Slf4j() @Singleton()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NewsRenderer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected
  3. Private

Instance Constructors

  1. new NewsRenderer()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  14. def renderArticle(article: Article): String

    Renders an article.

    Renders an article.

    article

    The article

    returns

    The rendered HTML content

    Attributes
    private
  15. def renderDetailedSource(source: Source): String

    Renders a detailed source.

    Renders a detailed source.

    source

    The source

    returns

    The rendered HTML content

    Attributes
    private
  16. def renderSearchResult(searchResult: SearchResult): String

    Renders a search result.

    Renders a search result.

    searchResult

    The search result

    returns

    The rendered HTML content

    Attributes
    private
  17. def renderSearchResults(searchResults: List[SearchResult]): Html

    Renders a list of search results.

    Renders a list of search results.

    searchResults

    The list of search results

    returns

    The rendered HTML content

  18. def renderSource(source: Source): String

    Renders a source.

    Renders a source.

    source

    The source

    returns

    The rendered HTML content

    Attributes
    private
  19. def renderSourceProfile(source: Source): Html

    Renders a source profile.

    Renders a source profile.

    source

    The source

    returns

    The rendered HTML content

  20. def renderSourcesResult(sourcesResult: SourcesResult): String

    Renders a sources result.

    Renders a sources result.

    sourcesResult

    The sources result

    returns

    The rendered HTML content

    Attributes
    private
  21. def renderSourcesResults(sourcesResults: List[SourcesResult]): Html

    Renders a list of sources results.

    Renders a list of sources results.

    sourcesResults

    The list of sources results

    returns

    The rendered HTML content

  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped